home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / cnet / CDFront.lha / CDFront.readme next >
Text File  |  1998-01-03  |  2KB  |  45 lines

  1. Short:    CD-ROM frontend for Cnet3.05+. 
  2. Uploader: lmpoleij@cybercomm.nl
  3. Author:   lmpoleij@cybercomm.nl
  4. Type :    comm/cnet
  5.  
  6. This is an Arexx door for CNet 3.05+, that acts as a front-end for CDAxe or
  7. other CD-ROM doors. It presents the user with a menu of all available
  8. CD-ROMs from which he/she can choose. Useful if you have more than one
  9. CD-ROM drive. 
  10.  
  11. USAGE
  12. -----
  13.  
  14. First put the file where you normally put your doors (pfiles: for
  15. instance...).
  16. Then edit the BBSmenu file to add a command. In my BBSMenu-file in the
  17. ud/base section there is a line which looks like this:
  18.  
  19.     CD |#0pfiles:CDFront.rexx}
  20.         ^this is of course the infamous CTRL-Q
  21.  
  22. I have the original CD command disabled by putting a ! in front, but of
  23. course you can just as well name the door CDF or anything else you like...
  24.  
  25. After reloading the BBSMenu it is time to edit the CDFront.rexx file.
  26. At the top of the file there is a list of available CD-ROMs with
  27. descriptions. In the original it looks like:
  28.  
  29. name.1  = "Aminet4:aminet"  ; desc.1  = "Aminet 4"
  30. name.2  = "Aminet5:aminet"  ; desc.2  = "Aminet 5"
  31. name.3  = "Aminet6:aminet"  ; desc.3  = "Aminet 6"  
  32. etc...
  33.  
  34. This means that Aminet4:aminet is the directory to read, and Aminet 4 is
  35. the description that appears in the menu. The list contains all CD-ROMs you 
  36. want to put online, the script checks if they are available and shows it in
  37. the menu.
  38. Don't forget to change the variable NCD at the end of the list to the
  39. number of CD-ROMs you have in the list or you will get some strange names
  40. in the list...
  41.  
  42. That's all there is to it. Hope you enjoy it and if you have any comments
  43. or questions don't hesitate to mail me on: lmpoleij@cybercomm.nl
  44.  
  45.